home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / CODING / MISC / MP3RIPPI.ZIP / MP3RIPPI.TXT
Encoding:
Text File  |  1996-12-17  |  5.5 KB  |  97 lines

  1.  
  2.                        Mpeg Layer 3 CD Ripping FAQ V.1b
  3.                      By the Fourth Stooge (Konfuzion & CEA)
  4.  
  5. This version will be very rough.  It will be the foundation for the FAQ.
  6. Anybody interested in adding to it, please join #warez-galore or #CEA on
  7. efnet IRC.  We will not answer any questions that have already been answered
  8. on the FAQ.
  9.  
  10. I.  What is Mpeg Layer 3?
  11. II.  How can I rip CD-quality files myself?
  12. III.  What programs are out there and how do I use them?
  13. IV.  How do I play Mpeg Layer 3 files?
  14.  
  15.  
  16. I.  What is Mpeg Layer 3?
  17.      1. The first thing you must know about Mpeg Layer 3 files (I will refer
  18.         to them as mp3's from this point) are actually MPEG-1 Layer 3 files.
  19.         (Not MPEG-3's as is often said)
  20.      2. MPEG-1 Layer 3 is a standard of the Moving Pictures Experts Group.
  21.         This group is an international orgainization who creates audio and
  22.         video standards for compression.  One commercial use of the MPEG
  23.         technology is the DSS satellite system.  (The little 18" dishes you
  24.         see at all of the electronics stores.)  This system utilizes MPEG-2
  25.         audio/video compression.
  26.      3. Mpeg Layer 3 is a standard for audio compression.  It supports
  27.         up to 44.1kHz audio (same sample rate as audio cd's!).  I have never
  28.         put a scope to an audio CD and an mp3 file but to the ear they are
  29.         identical.  With this standard, you can encode a song from a CD and
  30.         play it on your pc and never hear the difference.
  31.      4. MPEG has had a difficult time becoming the de-facto standard.  This
  32.         is because licensing a good audio/video compression standard can be
  33.         very expensive.  Another thing that has made standardization
  34.         difficult (especially with computers) is that there are so many
  35.         companies with their own standards and they all tout them as being
  36.         the best/fastest.  You probably have several video players installed
  37.         on your computer now.
  38.  
  39. II. How can I rip CD-quality files myself?
  40.      1. Ripping an audio CD actually takes 2 steps.  You must first convert
  41.         the audio image from a cd to a wave file (.wav).  This can be done
  42.         with a number of programs, both freeware/shareware and commercial.
  43.         You must then encode the file to meet the MPEG standard.  You may
  44.         also note that not all cd-rom drives have the ability to give you
  45.         a digital copy of a song.  Almost all scsi drives support this.  If
  46.         you know of a non-scsi drive that supports it, then please let me
  47.         know.
  48.      2. I use EZ-CD Pro for Windows 95 so I will use it as an example.  I
  49.         bring up the Disk Info/Tools option.  This allows me to see the
  50.         images on the cd.  I select one of the images and tell it I would like
  51.         to read the image.  It is automatically converted to a wave file.  I
  52.         can then proceed with the next step.  This faq will cover other
  53.         packages in later versions.
  54.      3. The next step is to encode the file.  THE program on the pc and unix
  55.         L3ENC by Fraunhofer.  You can pick up the shareware version by
  56.         following links from http://www.mpeg.org.  The command line you want to
  57.         use is as follows:
  58.         l3enc c:\infile.wav c:\outfile.mp3 -hq -br 128000
  59.         The -hq portion is for high quality mode.  The -br 128000 is to make
  60.         the output ISO compliant.  You must have the registered version of
  61.         L3ENC to use the -br option.  Otherwise, it will default to 112000
  62.         and can only be read by WinPlay3 (I will talk about this program
  63.         later.)  This is a lengthy process.  It takes my 120mHz Pentium with
  64.         48 megs of ram about 1/2 hour per song on average but will compress
  65.         a 40 meg file down to about 3.5 megs.
  66.  
  67. III.What programs are out there and how do I use them?
  68.      1. The afore mentioned program L3ENC is a fantastic little program.  It
  69.         is used for encoding the files from waves to mp3's.  The package also
  70.         comes with a decoding package that will convert the mp3's back to
  71.         wave's so you can write them back to CD's.  The program is available
  72.         for dos, linux, sun, and soon Windows 95.  The author says the Win95
  73.         version will be a rea-time encoder.  After seeing how long it takes
  74.         on my machine, I doubt it but any speed increase is welcom.
  75.      2. There are quite a few packages that will allow you to read the audio
  76.         directly from CD.  Almost all packages used for creating CD's also
  77.         support ripping songs from CD's.  It is important to realize that the
  78.         songs are being read digitally to wave files and not just being
  79.         digitized by the windows recorder program.  If you attempt to
  80.         digitize a song from a CD like that, then you'll get really crappy
  81.         quality.
  82.  
  83. IV.  How do I play Mpeg Layer 3 files?
  84.      1. There are several programs that will allow you to play mp3's.  The
  85.         best for Windows right now is WinPlay3.  It will support the 112000
  86.         bit rate the unregistered version of L3ENC puts out.  You should
  87.         really get the registered version, however.  It is best to encode
  88.         using the standard.  As this becomes more poplular, we will get other
  89.         players.
  90.  
  91. DISCLAMER:  This FAQ is intended to help you archive your personal collection
  92. of songs that YOU bought.  It is in no way promoting the pirating of audio
  93. cd's.  The author of this document does not give you permission to receive
  94. this document if your intent is to break the law by using teqniques described
  95. here.  You may only create ARCHIVAL copies of YOUR CD's and you may not
  96. distribute them.
  97.